ComponentOne ASP.NET MVC Controls
SelectedItemPosition Method

C1.Web.Mvc.Fluent Namespace > FlexPieBaseBuilder<T,TControl,TBuilder> Class : SelectedItemPosition Method
The value.
Configurates C1.Web.Mvc.FlexPieBase<T>.SelectedItemPosition. Sets the position of the selected slice.
Syntax
'Declaration
 
Public Function SelectedItemPosition( _
   ByVal value As Position _
) As TBuilder
public TBuilder SelectedItemPosition( 
   Position value
)

Parameters

value
The value.

Return Value

Current builder.
Remarks
Setting this property to a value other than 'None' causes the pie to rotate when an item is selected. Note that in order to select slices by clicking the chart, you must set theselectionMode property to "Point".
See Also

Reference

FlexPieBaseBuilder<T,TControl,TBuilder> Class
FlexPieBaseBuilder<T,TControl,TBuilder> Members